const crypto/elliptic/internal/fiat.p384ElementLen
5 uses
crypto/elliptic/internal/fiat (current package)
p384.go#L23: const p384ElementLen = 48
p384.go#L58: var out [p384ElementLen]byte
p384.go#L62: func (e *P384Element) bytes(out *[p384ElementLen]byte) []byte {
p384.go#L80: if len(v) != p384ElementLen {
p384.go#L91: var in [p384ElementLen]byte
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)